Version
Bug Description
Orginal Issue: https://gitlab.eclipse.org/eclipse/xfsc/tsa/workspace/-/issues/8
Description
When I try to run the Workspace environment from scratch and send a request to a service I get error.
Steps to reproduce
- Clone the workspace repository into
$GOPATH/src/gitlab.eclipse.org/eclipse/xfsc/tsa/workspace
- Run
./setup.sh
- Run
docker-compose up -d
- Install mkcert by clicking the link and following the instructions for the respective OS
- Run
mkcert -install
- Execute
cd $GOPATH/src/git@gitlab.eclipse.org:eclipse/xfsc/tsa/workspace.git/workspace
- Run
mkcert -cert-file nginx/localhost.crt -key-file nginx/localhost.key localhost
- Run
docker-compose restart nginx
- Execute
curl --location 'https://localhost:8081/liveness'
Expected
200 OK
Actual
curl: (35) OpenSSL/3.1.1: error:0A00010B:SSL routines::wrong version number
Steps to Reproduce
Expected Behavior
No response
Logs / Screenshots
Operating System
None
Version
Bug Description
Orginal Issue: https://gitlab.eclipse.org/eclipse/xfsc/tsa/workspace/-/issues/8
Description
When I try to run the Workspace environment from scratch and send a request to a service I get error.
Steps to reproduce
$GOPATH/src/gitlab.eclipse.org/eclipse/xfsc/tsa/workspace./setup.shdocker-compose up -dmkcert -installcd $GOPATH/src/git@gitlab.eclipse.org:eclipse/xfsc/tsa/workspace.git/workspacemkcert -cert-file nginx/localhost.crt -key-file nginx/localhost.key localhostdocker-compose restart nginxcurl --location 'https://localhost:8081/liveness'Expected
200 OKActual
Steps to Reproduce
Expected Behavior
No response
Logs / Screenshots
Operating System
None