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

Install CA certificate on Firefox (Windows) #46

Merged
merged 2 commits into from
Nov 13, 2024
Merged

Conversation

AaronJackson
Copy link
Member

Will do the conda-forge / CRAN stuff as part of the PR

@AaronJackson
Copy link
Member Author

I could add this to the conda.ps1 but then all the CA stuff isn't in one place 🤔 And in our files the CA stuff runs before the conda stuff 🤔

if (Test-Path -Path "C:\Tools\hic-tre.dundee.ac.uk.crt") {
    Add-Content $condarc "ssl_verify: C:\Tools\hic-tre.dundee.ac.uk.crt"
}

@AaronJackson
Copy link
Member Author

Setting REQUESTS_CA_BUNDLE environment works for Conda. I was hoping CURL_CA_BUNDLE would work for CRAN since it uses libcurl, but it does not 🤔 🤔

@AaronJackson
Copy link
Member Author

@manics Do we want to update the SSM State Manager documents to these?

@manics
Copy link
Member

manics commented Nov 13, 2024

If it's easy we might as well add it. Otherwise if there aren't many reports it's probably fine to wait for workspaces to be naturally replaced.

@AaronJackson AaronJackson merged commit a58b084 into main Nov 13, 2024
6 checks passed
@AaronJackson AaronJackson deleted the ca-improvements branch November 13, 2024 13:42
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

Successfully merging this pull request may close these issues.

2 participants