Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPS connection fails with "unable to get local issuer certificate" #2

Open
oarchner opened this issue Oct 19, 2018 · 1 comment
Open
Assignees

Comments

@oarchner
Copy link
Member

bayeos.connect('https:///BayEOS-Server/XMLServlet', ','',save_as='my_connection')
fails with:

Connecting to https:///BayEOS-Server/XMLServlet with login
Error in function (type, msg, asError = TRUE) :
SSL certificate problem: unable to get local issuer certificate

@holzheu
Copy link
Member

holzheu commented Oct 19, 2018

There is no host given. Generally https works:

library('bayeos')
bayeos.connect()
Connecting to https://bayeos.bayceer.uni-bayreuth.de/BayEOS-Server/XMLServlet with login holzheu
[1] 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants