Conor
Conor
CCoder.com
Created by Conor on 6/19/2024 in #help
Access url is throwing a cert error
found the solution to the issue:
coder:
certs:
secrets:
- name: homelab-ca
value: cert.crt
coder:
certs:
secrets:
- name: homelab-ca
value: cert.crt
should be
coder:
certs:
secrets:
- name: homelab-ca
key: cert.crt
coder:
certs:
secrets:
- name: homelab-ca
key: cert.crt
6 replies
CCoder.com
Created by Conor on 6/19/2024 in #help
Access url is throwing a cert error
The CA is correct, when I try to curl inside the servers pod it also gets a cert error. When I wget the url and specifically define the ca file location with the —ca-certificate flag with the ca file then it works fine. Seems like an issue with the server not doing update-ca-certificates or whatever needs to be done to put the cert into /etc/ssl/certs/certificates.crt
6 replies
CCoder.com
Created by Conor on 4/9/2024 in #help
Accessing an sql server from outside the workspace
Problem I found with port sharing is it only supports http and https. However I want to be able to forward the port the container opens which is 1434 TCP
5 replies